iconhelper: Queue resize on invalidation
authorBenjamin Otte <otte@redhat.com>
Mon, 14 Dec 2015 04:29:35 +0000 (05:29 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 15 Dec 2015 13:41:16 +0000 (08:41 -0500)
commit1f6efbf66906350a930fd4766f06bd849a30e96f
treeb32d965e782a289fe38e691b187c4127937fa686
parent3a77da9df2d5329a322204f09be4fa6100c85a48
iconhelper: Queue resize on invalidation

When things change in the iconhelper, queue a resize on the owner widget
so that it automatically resizes.

Only do this for iconhelpers that are used as gadgets though, not for
temporary helpers - and to check this, check if the node is transient.
gtk/gtkiconhelper.c